Vcenter NamespaceManagement Supervisors Networks Edges Condition

Vcenter NamespaceManagement Supervisors Networks Edges Condition
Vcenter NamespaceManagement Supervisors Networks Edges Condition

The Vcenter NamespaceManagement Supervisors Networks Edges Condition schema defines an observation of the configuration state of a Supervisor.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "type": "string",
    "status": "string",
    "last_transition_time": "string",
    "reason": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
type
Required

The type of an Edge's runtime state.

For more information see: Vcenter NamespaceManagement Supervisors Networks Edges Condition Type.

This property was added in vSphere API 9.0.0.0.

string
status
Required

The status of the condition.

For more information see: Vcenter NamespaceManagement Supervisors Networks Edges Condition Status.

This property was added in vSphere API 9.0.0.0.

string As date-time As date-time
last_transition_time
Optional

Last time the condition transitioned from one state to another. A transition happens when the value of status field changes.

This property was added in vSphere API 9.0.0.0.

if missing or null, there are no ongoing operations related to bringing the condition to the desired state.

string
reason
Required

A brief CamelCase message indicating details about the reason for the last transition.

This property was added in vSphere API 9.0.0.0.

message
Optional

A human-readable message that provides additional details about the last transition.

This property was added in vSphere API 9.0.0.0.

If missing or null no additional information is available.